method descriptor meaning in English
方法描述符
Examples
- Calls the method indicated by the passed method descriptor
调用由传递的方法说明符指示的方法。 - Call instruction calls the method indicated by the method descriptor passed with the instruction
指令调用由通过该指令传递的方法说明符指示的方法。 - In all of these cases the destination address is determined entirely from the method descriptor contrast this with the
在所有这些情况中,目标地址完全从方法说明符确定(与用于调用虚方法的 - Are popped from the stack ; the method call is performed with these arguments and control is transferred to the method referred to by the method descriptor
的方法参数;通过这些参数执行方法调用并将控制转移到由方法说明符表示的方法。 - The method descriptor is a metadata token that indicates the method to call and the number , type , and order of the arguments that have been placed on the stack to be passed to that method as well as the calling convention to be used
方法说明符是元数据标记,它指示将调用的方法和将被传递到该方法的放到堆栈上的参数的数目、类型和顺序以及要使用的调用约定。